Keysight VISA.NET Help
PrintfArray(String,Int32,Int64[]) Method



The format string, which must include a format specifier for a raw binary array of signed 32-bit integers.
A pointer to an array of signed 32-bit integers. Note that this pointer argument makes the method unsafe.
An optional argument list that includes arguments that are needed to complete the format specifier.
Print a formatted array of signed 32-bit integers to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub PrintfArray( _
   ByVal format As String, _
   ByVal pArray As Integer, _
   ByVal ParamArray inputs() As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim pArray As Integer
Dim inputs() As Long
 
instance.PrintfArray(format, pArray, inputs)
void PrintfArray( 
   string format,
   int* pArray,
   params long[] inputs
)
void PrintfArray( 
   String^ format,
   int* pArray,
   ... array<int64>^ inputs
) 

Parameters

format
The format string, which must include a format specifier for a raw binary array of signed 32-bit integers.
pArray
A pointer to an array of signed 32-bit integers. Note that this pointer argument makes the method unsafe.
inputs
An optional argument list that includes arguments that are needed to complete the format specifier.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025